FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/NICE-MedicalDeviceProduct

Packageniceprofiling.v23q1
Resource TypeStructureDefinition
IdNICE-MedicalDeviceProduct
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=niceprofiling.v23q1@0.5.0&canonical=https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-MedicalDeviceProduct-2022Q1
URLhttps://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-MedicalDeviceProduct-2022Q1
Version1
Statusactive
Date2022-01-18T16:49:46.5862904Z
NameNICE-MedicalDeviceProduct
TitleNICE-MedicalDeviceProduct
DescriptionThis profile is for sumbitting pace maker related data to the NICE.
PurposeThis profile is used to submit pacemaker related information to the Dutch National Intensive Care Evaluation (NICE). It was derived from the Nictiz Health and Care Information Model (HCIM; Dutch: Zorginformatiebouwsteen or ZIB) MedicalDeviceProduct, 2017 release version 3.1
CopyrightCC0
TypeDevice
Kindresource

Resources that use this resource

StructureDefinition
NICE-PacemakerUse-2022Q1NICE-PacemakerUse

Resources that this resource uses

StructureDefinition
NICE-Patient-2022Q1NICE-Patient
NICE-Verified-2022Q1NICE-Verified
zib-MedicalDeviceProductHCIM MedicalDevice Product

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "NICE-MedicalDeviceProduct",
  "meta": {
    "lastUpdated": "2022-07-14T12:06:47.8221752+00:00"
  },
  "url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-MedicalDeviceProduct-2022Q1",
  "version": "1",
  "name": "NICE-MedicalDeviceProduct",
  "title": "NICE-MedicalDeviceProduct",
  "status": "active",
  "date": "2022-01-18T16:49:46.5862904Z",
  "publisher": "NICE",
  "contact": [
    {
      "name": "NICE",
      "telecom": [
        {
          "system": "email",
          "value": "vragen@stichting-nice.nl"
        }
      ]
    }
  ],
  "description": "This profile is for sumbitting pace maker related data to the NICE.",
  "purpose": "This profile is used to submit pacemaker related information to the Dutch National Intensive Care Evaluation (NICE). It was derived from the Nictiz Health and Care Information Model (HCIM; Dutch: Zorginformatiebouwsteen or ZIB) MedicalDeviceProduct, 2017 release version 3.1",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "mapping": [
    {
      "identity": "NICE-Datadictionary-Capacity",
      "uri": "https://www.stichting-nice.nl/dd/#561",
      "name": "NICE-Datadictionary-Capacity",
      "comment": "The Patient Acuity Registration"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDeviceProduct",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device",
        "path": "Device",
        "definition": "The medical aid used (internally or externally).\r\n\r\nThis profile should be used to submit the type of pacemaker that is associated with the PacemakerUse.\r\nMore information can be found in the NICE data dictionary: https://www.stichting-nice.nl/dd/#574"
      },
      {
        "id": "Device.extension",
        "path": "Device.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Device.extension:Verified",
        "path": "Device.extension",
        "sliceName": "Verified",
        "short": "Is the instance validated by a medical professional?",
        "definition": "Extension that is used to indicate whether the entire instance has been validated.\r\n\r\nEvery instance shall be validated by a hospital member / datamanager. However, this is not always feasible in case of automated submission of NICE data elements. This extensions shall be used to indicate the validation status of the instance.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1"
          }
        ]
      },
      {
        "id": "Device.type",
        "path": "Device.type",
        "mapping": [
          {
            "identity": "NICE-Datadictionary-Capacity",
            "map": "https://www.stichting-nice.nl/dd/#574",
            "comment": "Pacemaker"
          }
        ]
      },
      {
        "id": "Device.type.coding.system",
        "path": "Device.type.coding.system",
        "definition": "The identification of the code system that defines the meaning of the symbol in the code. This shall be SNOMED.",
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Device.patient",
        "path": "Device.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Patient-2022Q1"
          }
        ]
      }
    ]
  }
}